First line of code


Steps :

  1. first write the command "world" to log in to the language
  2. The Now write This 👇 line of code
  3. طباعة( "أهلا بالعالم" )
  4. Result : أهلا بالعالم.

    if you changed the language to English it will be like :
  5. print( "Hello world" )
  6. Result : Hello world.

    so, as you can change the keywords and function names, the pattern is :
  7. function_name( "parameter" )

Run the program :

  1. to run the file, we use a builtin function called "world"
  2. world( "Filename.world" )


⬅ Prev
Next âž¡